func golang.org/x/sys/unix.pwritev
2 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L2069: n, err = pwritev(fd, iovecs, lo, hi)
zsyscall_linux.go#L1810: func pwritev(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr) (n int, err error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)